YNQ  YNQ-1.5.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Printer Status Job

Macros

#define SY_PRINTJOBSTATUS_PAUSED   0x00000001
 
#define SY_PRINTJOBSTATUS_ERROR   0x00000002
 
#define SY_PRINTJOBSTATUS_DELETING   0x00000004
 
#define SY_PRINTJOBSTATUS_SPOOLING   0x00000008
 
#define SY_PRINTJOBSTATUS_PRINTING   0x00000010
 
#define SY_PRINTJOBSTATUS_OFFLINE   0x00000020
 
#define SY_PRINTJOBSTATUS_PAPERPROBLEM   0x00000040
 
#define SY_PRINTJOBSTATUS_PRINTED   0x00000080
 
#define SY_PRINTJOBSTATUS_DELETED   0x00000100
 
#define SY_PRINTJOBSTATUS_BLOCKED   0x00000200
 
#define SY_PRINTJOBSTATUS_USERINTERVENTION   0x00000400
 
#define SY_PRINTJOBSTATUS_RESTART   0x00000800
 

Detailed Description

Values in the "status" field of SYPrintJobInfo structure

Macro Definition Documentation

#define SY_PRINTJOBSTATUS_PAUSED   0x00000001

Job is paused.

#define SY_PRINTJOBSTATUS_ERROR   0x00000002

An error is associated with the job.

#define SY_PRINTJOBSTATUS_DELETING   0x00000004

Job is being deleted.

#define SY_PRINTJOBSTATUS_SPOOLING   0x00000008

Paper jam on printer.

#define SY_PRINTJOBSTATUS_PRINTING   0x00000010

Job is being printed.

#define SY_PRINTJOBSTATUS_OFFLINE   0x00000020

Printer is offline.

#define SY_PRINTJOBSTATUS_PAPERPROBLEM   0x00000040

Paper jam or out of paper.

#define SY_PRINTJOBSTATUS_PRINTED   0x00000080

Job has printed.

#define SY_PRINTJOBSTATUS_DELETED   0x00000100

Job has been deleted.

#define SY_PRINTJOBSTATUS_BLOCKED   0x00000200

The driver cannot print the job.

#define SY_PRINTJOBSTATUS_USERINTERVENTION   0x00000400

User intervention required.

#define SY_PRINTJOBSTATUS_RESTART   0x00000800

Job has been restarted.